Fix handling of child widgets in the presence of bidi text
authorItay Perl <itay.perl@gmail.com>
Mon, 4 May 2009 03:26:11 +0000 (23:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 4 May 2009 03:26:11 +0000 (23:26 -0400)
commit850965101f54667f9448193e333626fab8b4005b
tree5fbce1d7a786e25f2eea763099c7a58b9f5f72c1
parent7f6a534d0fe10854c862fcecf81ddbb4b64afe55
Fix handling of child widgets in the presence of bidi text

GtkTextLayout incorrectly assumed that pango iterates in logical
order. Fixes bug 580814.
gtk/gtktextlayout.c